PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFCCurveToOperator Class / PDFCCurveToOperator Constructor / PDFCCurveToOperator Constructor(double,double,double,double,double,double)
The X coordinate of the first control point.
The Y coordinate of the first control point.
The X coordinate of the second control point.
The Y coordinate of the second control point.
The X coordinate of the third control point.
The Y coordinate of the third control point.
In This Topic
    PDFCCurveToOperator Constructor(double,double,double,double,double,double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFCCurveToOperator( 
       double x1,
       double y1,
       double x2,
       double y2,
       double x3,
       double y3
    )

    Parameters

    x1
    The X coordinate of the first control point.
    y1
    The Y coordinate of the first control point.
    x2
    The X coordinate of the second control point.
    y2
    The Y coordinate of the second control point.
    x3
    The X coordinate of the third control point.
    y3
    The Y coordinate of the third control point.
    See Also